Release 10.1A: OpenEdge Reporting:
Report Builder Deployment
Running multiple reports and prompting for user input
In the following example,
rbprompt.p, you prompt the user to specify whether to generate each report in therbsample.prlreport library.To run the
rbprompt.pprocedure with therbsample.prlreport library, execute the following command:
Here is the
rbprompt.pprocedure:
The commented numbers correspond to the following step-by-step descriptions:
- Define variables for the report parameters.
- Define the input parameter for the library name.
- Define the user-answer variable to handle the user’s input.
- Run
_getname.pto generate a list of reports in therbsample.prllibrary.Note: If you are using the PRNTRB2 interface you must modify the procedure to run- Prompt the user to specify which reports to print, and print the reports.
aderb\_prntrb2and include theRB-STATUS-FILEparameter.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |